/* _content/Bizvu website/components/GetInTouch.razor.rz.scp.css */
/* paralax */
.parallax[b-o5re87stu5] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.7; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-o5re87stu5] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-o5re87stu5] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-o5re87stu5] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-o5re87stu5] {
    color: #000000;
}

.center-heading[b-o5re87stu5] {
    text-align: center;
    font-family: 'Montserrat', sans-serif; /* Add a backup font-family */
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 600;
    font-size: 45px; /* Increase the font size */
}

/* Create a container for the text boxes */
.contact-container[b-o5re87stu5] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
    font-family: 'Open Sans', sans-serif; /* Set a font-family for contact text */
    color: #000000; /* Set text color */
}

    /* Style the text boxes */
    .contact-container p[b-o5re87stu5] {
        font-size: 25px; /* Font size for contact information */
        margin: 20px 50px 20px 50px;
    }

    .contact-container a[b-o5re87stu5] {
        color: #000000; /* Link color */
        text-decoration: none; /* Remove underlines from links */
    }

        .contact-container a:hover[b-o5re87stu5] {
            text-decoration: underline; /* Add underline on hover for links */
        }


.iconcolor[b-o5re87stu5] {
    color: var(--companyLogoRed)
}

@media screen and (max-width: 768px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .para-position[b-o5re87stu5] {
        display:none;
    }
}






/* _content/Bizvu website/components/StoryCards.razor.rz.scp.css */
body[b-clu6c85vd0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow Semi Condensed', sans-serif;
}


/*section heading*/

.storysection-title[b-clu6c85vd0] {
    text-align: center;
    padding-bottom: 30px;
}

    .storysection-title h2[b-clu6c85vd0] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .storysection-title h2[b-clu6c85vd0]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .storysection-title h2[b-clu6c85vd0]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

    .storysection-title p[b-clu6c85vd0] {
        margin-bottom: 0;
    }






a:link[b-clu6c85vd0], a:active[b-clu6c85vd0], a:visited[b-clu6c85vd0], a:hover[b-clu6c85vd0] {
    color: #3f51b5;
}

.outerdiv[b-clu6c85vd0] {
    width: 100%;
    /*min-height: 100vh;*/
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerdiv[b-clu6c85vd0] {
    transform: scale(0.9);
    margin: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(2,22rem);
    grid-template-columns: repeat(4,17rem);
}

.eachdiv[b-clu6c85vd0] {
    padding: 1rem 2rem;
    /*border-radius: 0.8rem;*/
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}

.div1[b-clu6c85vd0] {
    background: #dd3a51;
    grid-column: 1/3;
}

.div2[b-clu6c85vd0] {
    background: #49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}

.div3[b-clu6c85vd0] {
    background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}

.div4[b-clu6c85vd0] {
    background: white;
    grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}

.div5[b-clu6c85vd0] {
    background: #18202D;
    grid-column: 2/4;
    grid-row: 2/3;
}

.userdetails[b-clu6c85vd0] {
    display: flex;
}

.imgbox[b-clu6c85vd0] {
    margin-right: 1rem;
}

    .imgbox img[b-clu6c85vd0] {
        border-radius: 50%;
        width: 2rem;
        border: 2px solid #cec5c5;
    }

.detbox[b-clu6c85vd0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .detbox p[b-clu6c85vd0] {
        margin: 0;
    }

    .detbox .name[b-clu6c85vd0] {
        color: hsl(0, 0%, 81%);
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
        font-weight: 600;
    }

        .detbox .name.dark[b-clu6c85vd0] {
            color: #49505A;
        }

    .detbox .designation[b-clu6c85vd0] {
        color: hsl(0, 0%, 81%);
        opacity: 50%;
        font-size: 0.8rem;
    }

        .detbox .designation.dark[b-clu6c85vd0] {
            color: #49505A;
        }

.review h4[b-clu6c85vd0] {
    font-size: 1.4rem;
    color: #F3DEFF;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

.review.dark h4[b-clu6c85vd0] {
    color: #4B5258;
}

.review p[b-clu6c85vd0] {
    font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}


.review.dark p[b-clu6c85vd0] {
    color: #0e0e0e;
}






.red-cardtext h4[b-clu6c85vd0] {
    font-size: 1.4rem;
    color: #F3DEFF;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

.red-cardtext.dark h4[b-clu6c85vd0] {
    color: #4B5258;
}

.red-cardtext p[b-clu6c85vd0] {
    font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 60%;
    line-height: 1.5;
}


.red-cardtext.dark p[b-clu6c85vd0] {
    color: #0e0e0e;
}



@media only screen and (max-width: 1000px) {
    .innerdiv[b-clu6c85vd0] {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 800px) {
    .innerdiv[b-clu6c85vd0] {
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 600px) {
    .div1[b-clu6c85vd0] {
        background-position-x: 10rem;
    }

    .innerdiv[b-clu6c85vd0] {
        display: flex;
        flex-direction: column;
        transform: scale(1);
        margin: 2rem;
        margin-bottom: 5rem;
    }

    .attribution[b-clu6c85vd0] {
        position: relative;
    }
}

.section-bg[b-clu6c85vd0] {
    background-color: #FFF;
}
/* _content/Bizvu website/Pages/Partner.razor.rz.scp.css */
/* Add some basic styling for the section */
.whitebg-section[b-dx2unj8f8m] {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add some basic styling for the section */
.image-section2[b-dx2unj8f8m] {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-image: url(" ../img/hands-partner-sec.jpg");
    
    background-size: cover;
    background-position: center;
    color: #fff; /* Text color on top of the image */

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.mitelpaper[b-dx2unj8f8m] {
    max-width: 100%;
    height: auto;
}

.image-section4[b-dx2unj8f8m] {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    background-image: url(" ../img/handchalk.jpg");
    color: #fff; /* Text color on top of the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section5[b-dx2unj8f8m] {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-size: cover;
    background-position: 50% 80%;
    background-image: url(" ../img/notes.jpg");
    color: #fff; /* Text color on top of the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section7[b-dx2unj8f8m] {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background-size: cover;
    background-position: 50% 80%;
    background-image: url(" ../img/code.jpg");
    color: #fff; /* Text color on top of the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.partyemojji[b-dx2unj8f8m] {
    width: 430px;
    height: auto;
}

.organization-heading[b-dx2unj8f8m] {
    color: #f40017;
    font-size: 46px;
    font-weight: bold;
}



.trackrecord-heading[b-dx2unj8f8m] {
    color: #42b4ff;
    font-size: 46px;
    font-weight: bold;
}

/* Style for the text on top of the image */
.partnersec-heading[b-dx2unj8f8m] {
    font-size: 46px;
    font-weight: bold;
}

.partnersection-text[b-dx2unj8f8m] {
    font-size: 21px;
}


.partner-scale[b-dx2unj8f8m] {
    padding-top: 50px;
    max-width: 100%;
    height: auto;
}

.relationship-heading[b-dx2unj8f8m] {
    color: #66d6c5;
    font-size: 46px;
    font-weight: bold;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 992px) {
    .font-scaler-text[b-dx2unj8f8m]{
        font-size: 21px;
    }

  

   
}

/*If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 992px) {
    .font-scaler-text[b-dx2unj8f8m] {
        font-size: 15.5px;
        
        
    }

    .partnersec-heading[b-dx2unj8f8m] {
        font-size: 34px;
        font-weight: bold;
    }

    .organization-heading[b-dx2unj8f8m] {
        color: #f40017;
        font-size: 39px;
        font-weight: bold;
    }

    .font-scaler-tailored[b-dx2unj8f8m] {
        font-size: 15px;
    }

    .relationship-heading[b-dx2unj8f8m] {
        color: #66d6c5;
        font-size: 34px;
        font-weight: bold;
    }

    .trackrecord-heading[b-dx2unj8f8m] {
        color: #42b4ff;
        font-size: 34px;
        font-weight: bold;
    }
   
}



/*If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 766px) {
    .mitelpaper[b-dx2unj8f8m] {
        max-width: 58%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}








/*If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 428px) {

    .partner-scale[b-dx2unj8f8m] {
        
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .mitelpaper[b-dx2unj8f8m] {
        max-width: 65%;
        height: auto;
        display: block; 
        margin: 0 auto; 
    }

    .hands-img[b-dx2unj8f8m] {
        max-width: 75%;
        height: auto;
        display: block; 
        margin: 0 auto; 
    }

    .partyemojji[b-dx2unj8f8m] {
        max-width: 33%;
        height: auto;
        display: block; 
        margin: 0 auto; 
    }

}


/* _content/Bizvu website/Pages/PrivacyPolicy.razor.rz.scp.css */
.header[b-55y38pm322] {
    background-image: url('img/abstract-privacypolicy.png');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content[b-55y38pm322], h1[b-55y38pm322] {
    text-align: center;
    color: #fff;
    outline: none !important;
    font-size: 58px;
    font-weight: 600;
}

nav ul[b-55y38pm322] {
    list-style: none;
    padding: 20px;
    text-align: center;
    background-color: #333;
}

nav li[b-55y38pm322] {
    display: inline;
    margin: 0 20px;
}

nav a[b-55y38pm322] {
    text-decoration: none;
    color: #fff;
    
}

.content[b-55y38pm322] {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

h2[b-55y38pm322] {
    color: #333;
    font-size: 40px;
    font-weight: bold;
}

.clear-button[b-55y38pm322] {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
}

    .clear-button:hover[b-55y38pm322] {
        background-color: #555;
    }
/* _content/Bizvu website/Pages/Products/Bizbot.razor.rz.scp.css */
body[b-lf3hixmzj1] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


.btn-get-started[b-lf3hixmzj1] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-lf3hixmzj1] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-lf3hixmzj1] {
    background-image: url("../img/bizbot-header.jpg");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-lf3hixmzj1] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-lf3hixmzj1] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-lf3hixmzj1] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-lf3hixmzj1] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-lf3hixmzj1] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-lf3hixmzj1] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-lf3hixmzj1] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-lf3hixmzj1] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-lf3hixmzj1] {
    font-size: 22px;
    color: white;
    opacity: .6;
}


.bizbotleft[b-lf3hixmzj1] {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
}




/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-lf3hixmzj1] {
    background-color: #4daecf;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-lf3hixmzj1] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-lf3hixmzj1] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}


    .custom-block:hover[b-lf3hixmzj1] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-lf3hixmzj1] {
        width: 100%;
    }

.custom-block-image[b-lf3hixmzj1] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.custom-block .rounded-pill[b-lf3hixmzj1] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-lf3hixmzj1] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}

@media screen and (max-width: 991px) {

    .custom-block-overlay[b-lf3hixmzj1] {
        height: 100%;
        min-height: 490px;
        padding: 0;
    }
}

    .custom-block-overlay > a[b-lf3hixmzj1] {
        height: 100%;
    }

    .custom-block-overlay .custom-block-image[b-lf3hixmzj1] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-lf3hixmzj1] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-lf3hixmzj1] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-lf3hixmzj1] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-lf3hixmzj1] {
            color: var(--secondary-color);
        }

.bg-design[b-lf3hixmzj1] {
    background-color: #00B0FF;
}

.bg-graphic[b-lf3hixmzj1] {
    background-color: #00BFA6;
}

.bg-advertising[b-lf3hixmzj1] {
    background-color: #F50057;
}

.bg-finance[b-lf3hixmzj1] {
    background-color: #536DFE;
}

.bg-music[b-lf3hixmzj1] {
    background-color: #F9A826;
}

.bg-education[b-lf3hixmzj1] {
    background-color: #00BFA6;
}

.section-overlay[b-lf3hixmzj1] {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

/* Main page */
.intro-padding[b-lf3hixmzj1] {
    padding: 30px 0px 10px 0px
}

.cool-paragraph p[b-lf3hixmzj1] {
    font-size: 18px;
    opacity: 0;
}

.fade-in[b-lf3hixmzj1] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-lf3hixmzj1] {
    opacity: 1 !important;
}

.emphasis[b-lf3hixmzj1] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-lf3hixmzj1] {
    font-size: 16.7px;
}



.bizbothelp[b-lf3hixmzj1] {
    box-shadow:  0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 65%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 130px;
}

.bizbotchat[b-lf3hixmzj1] {
    box-shadow: 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 65%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 0px 20px;
}



.bulletpoints[b-lf3hixmzj1] {
    list-style-type: square; 
    margin-left: 55px; 
    padding-bottom: 10px;
}

.bizbot-inter-space[b-lf3hixmzj1] {
    padding: 0px 0px 30px;
}



/* paralax */
.parallax[b-lf3hixmzj1] {
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; 
}

.parallax-text[b-lf3hixmzj1] {
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
}

.parallax-sub-text[b-lf3hixmzj1] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-lf3hixmzj1] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); 
    z-index: 1;
}

.contact-link[b-lf3hixmzj1] {
    color: #000000;
}

.center-heading[b-lf3hixmzj1] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Key Features card */
.card[b-lf3hixmzj1] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-lf3hixmzj1] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-lf3hixmzj1] {
    color: white;
    font-weight: bold;
}

.card-text[b-lf3hixmzj1] {
    color: white;
    opacity: 0.8;
}

.card-body[b-lf3hixmzj1] {
    padding: 25px 25px 25px 25px;
}

.icon[b-lf3hixmzj1] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-lf3hixmzj1] {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-lf3hixmzj1] {
        margin: 20px 20px;
        text-align: center;
    }
}



/*Integration sec*/


.Integrationvid-reviews[b-lf3hixmzj1] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/

.calltoactionbtn[b-lf3hixmzj1] {
    background: var(--mainColor);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    border: var(--mainColor);
    margin: 0 auto;
    display: block;
    width: 160px;
    margin-top: 20%;
}

.calltoactionbtnbtn:hover[b-lf3hixmzj1] {
    background: var(--companyLogolighterRed);
    color: #fff;
}

/*Benefits for business sec*/
.benefit-icon[b-lf3hixmzj1] {
    float: left;
    color: #5777ba;
    width: 40px;
    height: 40px;
}

.benefit-title[b-lf3hixmzj1] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-lf3hixmzj1] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-lf3hixmzj1] {
    padding: 10px 5px 15px 20px;
}

.verticallycentered[b-lf3hixmzj1] {
    display: inherit;
    align-items: center
}

.content[b-lf3hixmzj1] {
    margin-right: 25px;
    padding: 35px 35px 0px 15px;
}

.icon-box[b-lf3hixmzj1] {
    margin-top: 25px;
}
/* _content/Bizvu website/Pages/Products/Inbox.razor.rz.scp.css */
body[b-6pd86p9vad] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.header[b-6pd86p9vad] {
    position: relative;
    height: 400px;
}

.header-image-container[b-6pd86p9vad] {
    position: absolute;
    top: 50%;
    right: 10%; /* Adjust the value for spacing from the right side */
    transform: translateY(-50%);
}

.header-bgImage[b-6pd86p9vad] {
    background-size: cover;
    position: absolute;
    height: 400px;
    width: 100%;
    opacity: 0.4;
    background-position: center;
    z-index: -5;
}

.header-image[b-6pd86p9vad] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 400px; /* Limit the image width for smaller screens */
    height: auto;
}

.header-text[b-6pd86p9vad] {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust the value for spacing from the left side */
    transform: translateY(-50%);
    color: white;
}

@media (max-width: 768px) {
    .header-image-container[b-6pd86p9vad] {
        display: none; /* Hide the image container on smaller screens */
    }

    .header-text[b-6pd86p9vad] {
        left: 50%;
        transform: translateX(-50%) translateY(-50%); /* Center text horizontally */
        text-align: center;
    }
}

.header-content h1[b-6pd86p9vad] {
    font-size: 60px;
    margin: 0;
}

.header-content p[b-6pd86p9vad] {
    font-size: 20px;
    margin: 10px 0;
}

.btn-get-started[b-6pd86p9vad] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-6pd86p9vad] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-6pd86p9vad] {
    background-image: /*linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/ url("../img/Inbox-header-squares.jpg");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-6pd86p9vad] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-6pd86p9vad] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-6pd86p9vad] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-6pd86p9vad] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-6pd86p9vad] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-6pd86p9vad] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-6pd86p9vad] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-6pd86p9vad] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-6pd86p9vad] {
    font-size: 22px;
    color: white;
    opacity: .6;
}

/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-6pd86p9vad] {
    background-color: #8ce0d3;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-6pd86p9vad] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-6pd86p9vad] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

    .custom-block:hover[b-6pd86p9vad] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-6pd86p9vad] {
        width: 100%;
    }

.custom-block-image[b-6pd86p9vad] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.custom-block .rounded-pill[b-6pd86p9vad] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-6pd86p9vad] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}


@media screen and (max-width: 991px) {

    .custom-block-overlay[b-6pd86p9vad] {
        height: 100%;
        min-height: 450px;
        padding: 0;
    }
}


    .custom-block-overlay > a[b-6pd86p9vad] {
        height: 100%;
    }

    .custom-block-overlay .custom-block-image[b-6pd86p9vad] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-6pd86p9vad] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-6pd86p9vad] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-6pd86p9vad] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-6pd86p9vad] {
            color: var(--secondary-color);
        }

.bg-design[b-6pd86p9vad] {
    background-color: #00B0FF;
}

.bg-graphic[b-6pd86p9vad] {
    background-color: #00BFA6;
}

.bg-advertising[b-6pd86p9vad] {
    background-color: #F50057;
}

.bg-finance[b-6pd86p9vad] {
    background-color: #536DFE;
}

.bg-music[b-6pd86p9vad] {
    background-color: #F9A826;
}

.bg-education[b-6pd86p9vad] {
    background-color: #00BFA6;
}

.section-overlay[b-6pd86p9vad] {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;

}

/* Main page */
.intro-padding[b-6pd86p9vad] {
    padding: 30px 0px 0px 0px
}

.cool-paragraph p[b-6pd86p9vad] {
    font-size: 18px;
    /* Add other paragraph styles */
    opacity: 0; /* Set initial opacity to 0 */
}

.fade-in[b-6pd86p9vad] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-6pd86p9vad] {
    opacity: 1 !important;
}

.emphasis[b-6pd86p9vad] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-6pd86p9vad] {
    font-size: 16.7px;
}

.ReviewsImage1[b-6pd86p9vad] {
    box-shadow: /*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.div-shape-right[b-6pd86p9vad] {
    background-color: aqua;
    height: 180px;
    width: 90px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 2;
}

/* paralax */
.parallax[b-6pd86p9vad] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-6pd86p9vad] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-6pd86p9vad] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-6pd86p9vad] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-6pd86p9vad] {
    color: #000000;
}

.center-heading[b-6pd86p9vad] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Create a container for the text boxes */
.contact-container[b-6pd86p9vad] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

/* Style the text boxes */
.contact-input[b-6pd86p9vad] {
    margin: 0 10px;
}

.contact-space[b-6pd86p9vad] {
    width: 100px;
}

/*Key Features card*/
.card[b-6pd86p9vad] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-6pd86p9vad] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-6pd86p9vad] {
    color: white;
    font-weight: bold;
}

.card-text[b-6pd86p9vad] {
    color: white;
    opacity: 0.8;
}

.card-body[b-6pd86p9vad] {
    padding: 25px 25px 25px 25px;
}

.icon[b-6pd86p9vad] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-6pd86p9vad] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-6pd86p9vad] {
        margin: 20px 20px;
        text-align: center;
    }
}


/*NEW KEY FEATURES CARDS*/

*[b-6pd86p9vad] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.sectionstyle[b-6pd86p9vad] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh;
    background: #161623;
}

.keyfeaturecontainer[b-6pd86p9vad] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

    .keyfeaturecontainer .movingcard[b-6pd86p9vad] {
        position: relative;
        width: 280px;
        height: 400px;
        margin: 30px;
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
    }

        .keyfeaturecontainer .movingcard .moving-content[b-6pd86p9vad] {
            padding: 20px;
            text-align: center;
            transform: translateY(-100px);
            opacity: 0;
            transition: 0.5s;
        }

        .keyfeaturecontainer .movingcard:hover .moving-content[b-6pd86p9vad] {
            transform: translateY(0px);
            opacity: 1;
        }

        .keyfeaturecontainer .movingcard .moving-content h2[b-6pd86p9vad] {
            position: absolute;
            top: -80px;
            right: 30px;
            font-size: 8em;
            color: rgba(255, 255, 255, 0.05);
            pointer-events: none;
        }

        .keyfeaturecontainer .movingcard .moving-content h3[b-6pd86p9vad] {
            font-size: 1.8em;
            color: #fff;
            z-index: 1;
        }

        .keyfeaturecontainer .movingcard .moving-content p[b-6pd86p9vad] {
            font-size: 1em;
            color: #fff;
            font-weight: 300;
        }

        .keyfeaturecontainer .movingcard .moving-content a[b-6pd86p9vad] {
            position: relative;
            display: inline-block;
            margin-top: 16px;
            padding: 8px 20px;
            background: #fff;
            color: #000;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 500;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        }

.keyfeatures[b-6pd86p9vad] {
    font-size: 4em;
    margin: 3rem auto;
    color: #fff;
}


@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-6pd86p9vad]{
        align-items:center;

    }
}















/*Integration sec*/
.IntegrationImage1[b-6pd86p9vad] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.Integrationvid-reviews[b-6pd86p9vad] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/
/* Center the container vertically and horizontally */
.shape-container[b-6pd86p9vad] {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    background-color: var(--companyLogoYellow);
}

/*.rectangle {
    position: absolute;
    background-color: rgba(102, 214, 197, 0.3);
    width: 40%;
    height: 60%;
    right: 10%;
    transform: translateX(50%);
    top: 200px;*/ /* Align the rectangle to the top of the container */
/*}

.shape-text {
    z-index: 2;
    padding: 10px 10px 15px 25px;
}

    .shape-text p {
        margin: 0;
        padding: 60px 7px 2px 4px
    }*/

.section-title-templates[b-6pd86p9vad] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title-templates h2[b-6pd86p9vad] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title-templates h2[b-6pd86p9vad]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title-templates h2[b-6pd86p9vad]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

/*Benefits for business sec*/
.benefit-icon[b-6pd86p9vad] {
    float: left;
    color: #5777ba;
    width: 40px;
    height: 40px;
}

.benefit-title[b-6pd86p9vad] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-6pd86p9vad] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-6pd86p9vad] {
    padding: 10px 5px 15px 20px;
}


.verticallycentered[b-6pd86p9vad] {
    display: inherit;
    align-items: center
}




/* Media query for smaller screens */
@media (max-width: 768px) {
    .Benefits-image[b-6pd86p9vad] {
        max-width: 100%; /* Adjust to the container width for smaller screens */
    }
}

.content[b-6pd86p9vad] {
    margin-right: 25px; /* Add right margin to create spacing */
    padding: 35px 35px 0px 15px;
}

.icon-box[b-6pd86p9vad] {
    margin-top: 25px;
}

section[b-6pd86p9vad] {
    padding: 60px 0;
    overflow: hidden;
}
/* _content/Bizvu website/Pages/Products/Messaging.razor.rz.scp.css */
body[b-uollotl0io] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.header[b-uollotl0io] {
    position: relative;
    height: 400px;
}

.header-image-container[b-uollotl0io] {
    position: absolute;
    top: 50%;
    right: 10%; /* Adjust the value for spacing from the right side */
    transform: translateY(-50%);
}

.header-bgImage[b-uollotl0io] {
    background-image: url("../img/Reviews-header1.png");
    background-size: cover;
    position: absolute;
    height: 400px;
    width: 100%;
    opacity: 0.4;
    background-position: center;
    z-index: -5;
}

.header-image[b-uollotl0io] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 400px; /* Limit the image width for smaller screens */
    height: auto;
}

.header-text[b-uollotl0io] {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust the value for spacing from the left side */
    transform: translateY(-50%);
    color: white;
}

@media (max-width: 768px) {
    .header-image-container[b-uollotl0io] {
        display: none; /* Hide the image container on smaller screens */
    }

    .header-text[b-uollotl0io] {
        left: 50%;
        transform: translateX(-50%) translateY(-50%); /* Center text horizontally */
        text-align: center;
    }
}

.header-content h1[b-uollotl0io] {
    font-size: 60px;
    margin: 0;
}

.header-content p[b-uollotl0io] {
    font-size: 20px;
    margin: 10px 0;
}

.btn-get-started[b-uollotl0io] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-uollotl0io] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-uollotl0io] {
    background-image: /*linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/ url("../img/SocialHeader3.jpg");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-uollotl0io] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-uollotl0io] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-uollotl0io] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-uollotl0io] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-uollotl0io] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-uollotl0io] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-uollotl0io] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-uollotl0io] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-uollotl0io] {
    font-size: 22px;
    color: white;
    opacity: .6;
}

/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-uollotl0io] {
    background-color: #eacc5e;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-uollotl0io] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-uollotl0io] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

    .custom-block:hover[b-uollotl0io] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-uollotl0io] {
        width: 100%;
    }

.custom-block-image[b-uollotl0io] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.custom-block .rounded-pill[b-uollotl0io] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-uollotl0io] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}

@media screen and (max-width: 390px) {

    .custom-block-overlay[b-uollotl0io] {
        height: 100%;
        min-height: 400px;
        padding: 0;
    }
}

    .custom-block-overlay > a[b-uollotl0io] {
        height: 100%;
    }

    .custom-block-overlay .custom-block-image[b-uollotl0io] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-uollotl0io] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-uollotl0io] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-uollotl0io] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-uollotl0io] {
            color: var(--secondary-color);
        }

.bg-design[b-uollotl0io] {
    background-color: #00B0FF;
}

.bg-graphic[b-uollotl0io] {
    background-color: #00BFA6;
}

.bg-advertising[b-uollotl0io] {
    background-color: #F50057;
}

.bg-finance[b-uollotl0io] {
    background-color: #536DFE;
}

.bg-music[b-uollotl0io] {
    background-color: #F9A826;
}

.bg-education[b-uollotl0io] {
    background-color: #00BFA6;
}

.section-overlay[b-uollotl0io] {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

/* Main page */
.intro-padding[b-uollotl0io] {
    padding: 30px 0px 0px 0px
}

.cool-paragraph p[b-uollotl0io] {
    font-size: 18px;
    /* Add other paragraph styles */
    opacity: 0; /* Set initial opacity to 0 */
}

.fade-in[b-uollotl0io] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-uollotl0io] {
    opacity: 1 !important;
}

.emphasis[b-uollotl0io] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-uollotl0io] {
    font-size: 16.7px;
}

.ReviewsImage1[b-uollotl0io] {
    box-shadow: /*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.div-shape-right[b-uollotl0io] {
    background-color: aqua;
    height: 180px;
    width: 90px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 2;
}

/* paralax */
.parallax[b-uollotl0io] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-uollotl0io] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-uollotl0io] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-uollotl0io] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-uollotl0io] {
    color: #000000;
}

.center-heading[b-uollotl0io] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Create a container for the text boxes */
.contact-container[b-uollotl0io] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

/* Style the text boxes */
.contact-input[b-uollotl0io] {
    margin: 0 10px;
}

.contact-space[b-uollotl0io] {
    width: 100px;
}

/* Key Features card */
.card[b-uollotl0io] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-uollotl0io] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-uollotl0io] {
    color: white;
    font-weight: bold;
}

.card-text[b-uollotl0io] {
    color: white;
    opacity: 0.8;
}

.card-body[b-uollotl0io] {
    padding: 25px 25px 25px 25px;
}

.icon[b-uollotl0io] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-uollotl0io] {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-uollotl0io] {
        margin: 20px 20px;
        text-align: center;
    }
}



/*Integration sec*/
.IntegrationImage1[b-uollotl0io] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.Integrationvid-reviews[b-uollotl0io] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/
/* Center the container vertically and horizontally */
.shape-container[b-uollotl0io] {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    background-color: var(--companyLogoYellow);
}

/*.rectangle {
    position: absolute;
    background-color: rgba(102, 214, 197, 0.3);
    width: 40%;
    height: 60%;
    right: 10%;
    transform: translateX(50%);
    top: 200px;*/ /* Align the rectangle to the top of the container */
/*}

.shape-text {
    z-index: 2;
    padding: 10px 10px 15px 25px;
}

    .shape-text p {
        margin: 0;
        padding: 60px 7px 2px 4px
    }*/

.section-title-templates[b-uollotl0io] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title-templates h2[b-uollotl0io] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title-templates h2[b-uollotl0io]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title-templates h2[b-uollotl0io]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

/*Benefits for business sec*/
.benefit-icon[b-uollotl0io] {
    float: left;
    color: #5777ba;
    width: 40px;
    height: 40px;
}

.benefit-title[b-uollotl0io] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-uollotl0io] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-uollotl0io] {
    padding: 10px 5px 15px 20px;
}

.Benefits-image[b-uollotl0io] {
   /* width: 100%;
    height: auto;
    align-items: center;*/
   padding:5px 0px 5px 0px
}

.verticallycentered[b-uollotl0io]{
    display:inherit;
    align-items:center
}




.content[b-uollotl0io] {
    margin-right: 25px; /* Add right margin to create spacing */
    padding: 35px 35px 0px 15px;
}

.icon-box[b-uollotl0io] {
    margin-top: 25px;
}
/* _content/Bizvu website/Pages/Products/Performy.razor.rz.scp.css */
body[b-i78jsgiwwj] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.header[b-i78jsgiwwj] {
    position: relative;
    height: 400px;
}

.header-image-container[b-i78jsgiwwj] {
    position: absolute;
    top: 50%;
    right: 10%; /* Adjust the value for spacing from the right side */
    transform: translateY(-50%);
}

.header-bgImage[b-i78jsgiwwj] {
    background-image: url("../img/Reviews-header1.png");
    background-size: cover;
    position: absolute;
    height: 400px;
    width: 100%;
    opacity: 0.4;
    background-position: center;
    z-index: -5;
}

.header-image[b-i78jsgiwwj] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 400px; /* Limit the image width for smaller screens */
    height: auto;
}

.header-text[b-i78jsgiwwj] {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust the value for spacing from the left side */
    transform: translateY(-50%);
    color: white;
}

@media (max-width: 768px) {
    .header-image-container[b-i78jsgiwwj] {
        display: none; /* Hide the image container on smaller screens */
    }

    .header-text[b-i78jsgiwwj] {
        left: 50%;
        transform: translateX(-50%) translateY(-50%); /* Center text horizontally */
        text-align: center;
    }
}

.header-content h1[b-i78jsgiwwj] {
    font-size: 60px;
    margin: 0;
}

.header-content p[b-i78jsgiwwj] {
    font-size: 20px;
    margin: 10px 0;
}

.btn-get-started[b-i78jsgiwwj] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-i78jsgiwwj] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-i78jsgiwwj] {
    background-image: /*linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/ url("../img/PerformyHeader2.jpg");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-i78jsgiwwj] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-i78jsgiwwj] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-i78jsgiwwj] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-i78jsgiwwj] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-i78jsgiwwj] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-i78jsgiwwj] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-i78jsgiwwj] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-i78jsgiwwj] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-i78jsgiwwj] {
    font-size: 22px;
    color: white;
    opacity: .6;
}

.performyimg[b-i78jsgiwwj] {
    display: block;
    width: 100%;
    
    margin-top: 35px;
}



/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-i78jsgiwwj] {
    background-color: #db4864;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-i78jsgiwwj] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-i78jsgiwwj] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

    .custom-block:hover[b-i78jsgiwwj] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-i78jsgiwwj] {
        width: 100%;
    }

.custom-block-image[b-i78jsgiwwj] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.custom-block .rounded-pill[b-i78jsgiwwj] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-i78jsgiwwj] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}


@media screen and (max-width: 390px) {

    .custom-block-overlay[b-i78jsgiwwj] {
        height: 100%;
        min-height: 500px;
        padding: 0;
    }
}


    .custom-block-overlay > a[b-i78jsgiwwj] {
        height: 100%;
    }

    .custom-block-overlay .custom-block-image[b-i78jsgiwwj] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-i78jsgiwwj] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-i78jsgiwwj] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-i78jsgiwwj] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-i78jsgiwwj] {
            color: var(--secondary-color);
        }

.bg-design[b-i78jsgiwwj] {
    background-color: #00B0FF;
}

.bg-graphic[b-i78jsgiwwj] {
    background-color: #00BFA6;
}

.bg-advertising[b-i78jsgiwwj] {
    background-color: #F50057;
}

.bg-finance[b-i78jsgiwwj] {
    background-color: #536DFE;
}

.bg-music[b-i78jsgiwwj] {
    background-color: #F9A826;
}

.bg-education[b-i78jsgiwwj] {
    background-color: #00BFA6;
}

.section-overlay[b-i78jsgiwwj] {
    background-image: linear-gradient(15deg, #0d0003 0%, #2449cf 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

/* Main page */
.intro-padding[b-i78jsgiwwj] {
    padding: 30px 0px 0px 0px
}

.cool-paragraph p[b-i78jsgiwwj] {
    font-size: 18px;
    /* Add other paragraph styles */
    opacity: 0; /* Set initial opacity to 0 */
}

.fade-in[b-i78jsgiwwj] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-i78jsgiwwj] {
    opacity: 1 !important;
}

.emphasis[b-i78jsgiwwj] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-i78jsgiwwj] {
    font-size: 16.7px;
}

.ReviewsImage1[b-i78jsgiwwj] {
    box-shadow: /*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.div-shape-right[b-i78jsgiwwj] {
    background-color: aqua;
    height: 180px;
    width: 90px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 2;
}

/* paralax */
.parallax[b-i78jsgiwwj] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-i78jsgiwwj] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-i78jsgiwwj] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-i78jsgiwwj] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-i78jsgiwwj] {
    color: #000000;
}

.center-heading[b-i78jsgiwwj] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Create a container for the text boxes */
.contact-container[b-i78jsgiwwj] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

/* Style the text boxes */
.contact-input[b-i78jsgiwwj] {
    margin: 0 10px;
}

.contact-space[b-i78jsgiwwj] {
    width: 100px;
}

/* Key Features card */
.card[b-i78jsgiwwj] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-i78jsgiwwj] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-i78jsgiwwj] {
    color: white;
    font-weight: bold;
}

.card-text[b-i78jsgiwwj] {
    color: white;
    opacity: 0.8;
}

.card-body[b-i78jsgiwwj] {
    padding: 25px 25px 25px 25px;
}

.icon[b-i78jsgiwwj] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-i78jsgiwwj] {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-i78jsgiwwj] {
        margin: 20px 20px;
        text-align: center;
    }
}




/*Integration sec*/
.IntegrationImage1[b-i78jsgiwwj] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.Integrationvid-reviews[b-i78jsgiwwj] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/
/* Center the container vertically and horizontally */
.shape-container[b-i78jsgiwwj] {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    background-color: var(--companyLogoYellow);
}

/*.rectangle {
    position: absolute;
    background-color: rgba(102, 214, 197, 0.3);
    width: 40%;
    height: 60%;
    right: 10%;
    transform: translateX(50%);
    top: 200px;*/ /* Align the rectangle to the top of the container */
/*}

.shape-text {
    z-index: 2;
    padding: 10px 10px 15px 25px;
}

    .shape-text p {
        margin: 0;
        padding: 60px 7px 2px 4px
    }*/

.section-title-templates[b-i78jsgiwwj] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title-templates h2[b-i78jsgiwwj] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title-templates h2[b-i78jsgiwwj]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title-templates h2[b-i78jsgiwwj]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

/*Benefits for business sec*/
.benefit-icon[b-i78jsgiwwj] {
    float: left;
    color: #5777ba;
    width: 40px;
    height: 40px;
}

.benefit-title[b-i78jsgiwwj] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-i78jsgiwwj] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-i78jsgiwwj] {
    padding: 10px 5px 15px 20px;
}

.verticallycentered[b-i78jsgiwwj] {
    display: inherit;
    align-items: center
}

.content[b-i78jsgiwwj] {
    margin-right: 25px; /* Add right margin to create spacing */
    padding: 35px 35px 0px 15px;
}

.icon-box[b-i78jsgiwwj] {
    margin-top: 25px;
}
/* _content/Bizvu website/Pages/Products/Reviews.razor.rz.scp.css */
body[b-qfts7ahvae] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.header[b-qfts7ahvae] {
    position: relative;
    height: 400px;
}

.header-image-container[b-qfts7ahvae] {
    position: absolute;
    top: 50%;
    right: 10%; /* Adjust the value for spacing from the right side */
    transform: translateY(-50%);
}

.header-bgImage[b-qfts7ahvae] {
    background-image: url("../img/Reviews-header1.png");
    background-size: cover;
    position: absolute;
    height: 400px;
    width: 100%;
    opacity: 0.4;
    background-position: center;
    z-index: -5;
}

.header-image[b-qfts7ahvae] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 400px; /* Limit the image width for smaller screens */
    height: auto;
}

.header-text[b-qfts7ahvae] {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust the value for spacing from the left side */
    transform: translateY(-50%);
    color: white;
}

@media (max-width: 768px) {
    .header-image-container[b-qfts7ahvae] {
        display: none; /* Hide the image container on smaller screens */
    }

    .header-text[b-qfts7ahvae] {
        left: 50%;
        transform: translateX(-50%) translateY(-50%); /* Center text horizontally */
        text-align: center;
    }
}

.header-content h1[b-qfts7ahvae] {
    font-size: 60px;
    margin: 0;
}

.header-content p[b-qfts7ahvae] {
    font-size: 20px;
    margin: 10px 0;
}

.btn-get-started[b-qfts7ahvae] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-qfts7ahvae] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-qfts7ahvae] {
    background-image: /*linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/ url("../img/Reviews-header1.png");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-qfts7ahvae] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-qfts7ahvae] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-qfts7ahvae] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-qfts7ahvae] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-qfts7ahvae] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-qfts7ahvae] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-qfts7ahvae] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-qfts7ahvae] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-qfts7ahvae] {
    font-size: 22px;
    color: white;
    opacity: .6;
}

/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-qfts7ahvae] {
    background-color: #171130;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-qfts7ahvae] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-qfts7ahvae] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

    .custom-block:hover[b-qfts7ahvae] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-qfts7ahvae] {
        width: 100%;
    }

.custom-block-image[b-qfts7ahvae] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}

.custom-block .rounded-pill[b-qfts7ahvae] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-qfts7ahvae] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}

@media screen and (max-width: 991px) {

    .custom-block-overlay[b-qfts7ahvae] {
        height: 100%;
        min-height: 520px;
        padding: 0;
    }
}

    .custom-block-overlay > a[b-qfts7ahvae] {
        height: 100%;
    }

    .custom-block-overlay .custom-block-image[b-qfts7ahvae] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-qfts7ahvae] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-qfts7ahvae] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-qfts7ahvae] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-qfts7ahvae] {
            color: var(--secondary-color);
        }

.bg-design[b-qfts7ahvae] {
    background-color: #00B0FF;
}

.bg-graphic[b-qfts7ahvae] {
    background-color: #00BFA6;
}

.bg-advertising[b-qfts7ahvae] {
    background-color: #F50057;
}

.bg-finance[b-qfts7ahvae] {
    background-color: #536DFE;
}

.bg-music[b-qfts7ahvae] {
    background-color: #F9A826;
}

.bg-education[b-qfts7ahvae] {
    background-color: #00BFA6;
}

.section-overlay[b-qfts7ahvae] {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

/* Main page */
.intro-padding[b-qfts7ahvae] {
    padding: 30px 0px 0px 0px
}

.cool-paragraph p[b-qfts7ahvae] {
    font-size: 18px;
    /* Add other paragraph styles */
    opacity: 0; /* Set initial opacity to 0 */
}

.fade-in[b-qfts7ahvae] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-qfts7ahvae] {
    opacity: 1 !important;
}

.emphasis[b-qfts7ahvae] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-qfts7ahvae] {
    font-size: 16.7px;
}

.ReviewsImage1[b-qfts7ahvae] {
    box-shadow: /*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.div-shape-right[b-qfts7ahvae] {
    background-color: aqua;
    height: 180px;
    width: 90px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 2;
}

/* paralax */
.parallax[b-qfts7ahvae] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-qfts7ahvae] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-qfts7ahvae] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-qfts7ahvae] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-qfts7ahvae] {
    color: #000000;
}

.center-heading[b-qfts7ahvae] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Create a container for the text boxes */
.contact-container[b-qfts7ahvae] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

/* Style the text boxes */
.contact-input[b-qfts7ahvae] {
    margin: 0 10px;
}

.contact-space[b-qfts7ahvae] {
    width: 100px;
}

/* Key Features card */
.card[b-qfts7ahvae] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-qfts7ahvae] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-qfts7ahvae] {
    color: white;
    font-weight: bold;
}

.card-text[b-qfts7ahvae] {
    color: white;
    opacity: 0.8;
}

.card-body[b-qfts7ahvae] {
    padding: 25px 25px 25px 25px;
}

.icon[b-qfts7ahvae] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-qfts7ahvae] {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}


@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-qfts7ahvae] {
        margin: 20px 20px;
        text-align: center;
    }
}


/*Integration sec*/
.IntegrationImage1[b-qfts7ahvae] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.Integrationvid-reviews[b-qfts7ahvae] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/
/* Center the container vertically and horizontally */
.shape-container[b-qfts7ahvae] {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    background-color: var(--companyLogoYellow);
}



.section-title-templates[b-qfts7ahvae] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title-templates h2[b-qfts7ahvae] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title-templates h2[b-qfts7ahvae]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title-templates h2[b-qfts7ahvae]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

/*Benefits for business sec*/
.benefit-icon[b-qfts7ahvae] {
    float: left;
    color: #5777ba;
    width: 39px;
    height: 39px;
}

.benefit-bizvu-icon[b-qfts7ahvae] {
    float: left;
    color: #5777ba;
    width: 47px;
    height: 34px;
}

.benefit-title[b-qfts7ahvae] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-qfts7ahvae] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-qfts7ahvae] {
    padding: 10px 5px 15px 20px;
}

.verticallycentered[b-qfts7ahvae] {
    display: inherit;
    align-items: center
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .Benefits-image[b-qfts7ahvae] {
        max-width: 100%; /* Adjust to the container width for smaller screens */
    }
}

.content[b-qfts7ahvae] {
    margin-right: 25px; /* Add right margin to create spacing */
    padding: 35px 35px 0px 15px;
}

.icon-box[b-qfts7ahvae] {
    margin-top: 25px;
}
/* _content/Bizvu website/Pages/Products/Textually.razor.rz.scp.css */
body[b-rg4iqklezg] {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.header[b-rg4iqklezg] {
    position: relative;
    height: 400px;
    
}

.header-image-container[b-rg4iqklezg] {
    position: absolute;
    top: 50%;
    right: 10%; /* Adjust the value for spacing from the right side */
    transform: translateY(-50%);
}

.header-bgImage[b-rg4iqklezg] {
    background-size: cover;
    position: absolute;
    height: 400px;
    width: 100%;
    opacity: 0.4;
    background-position: center;
    z-index: -5;
}

.header-image[b-rg4iqklezg] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: 400px; /* Limit the image width for smaller screens */
    height: auto;
}

.header-text[b-rg4iqklezg] {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust the value for spacing from the left side */
    transform: translateY(-50%);
    color: white;
}

@media (max-width: 768px) {
    .header-image-container[b-rg4iqklezg] {
        display: none; /* Hide the image container on smaller screens */
    }

    .header-text[b-rg4iqklezg] {
        left: 50%;
        transform: translateX(-50%) translateY(-50%); /* Center text horizontally */
        text-align: center;
    }
}

.header-content h1[b-rg4iqklezg] {
    font-size: 60px;
    margin: 0;
    
}

.header-content p[b-rg4iqklezg] {
    font-size: 20px;
    margin: 10px 0;
}

.btn-get-started[b-rg4iqklezg] {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--mainColor);
}

    .btn-get-started:hover[b-rg4iqklezg] {
        background: var(--companyLogolighterRed);
    }

/*---------------------------------------
  HERO
-----------------------------------------*/
.product-hero-section[b-rg4iqklezg] {
    background-image: /*linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/ url("../img/Inbox-header-squares.jpg");
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 225px;
    background-size: 100%;
}

    .product-hero-section .input-group[b-rg4iqklezg] {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .product-hero-section .input-group-text[b-rg4iqklezg] {
        background-color: transparent;
        border: 0;
    }

    .product-hero-section input[type="search"][b-rg4iqklezg] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .product-hero-section button[type="submit"][b-rg4iqklezg] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

.page-title[b-rg4iqklezg] {
    font-size: 58px;
    font-weight: 600;
    color: white;
    outline: none !important;
}

.card-right-heading[b-rg4iqklezg] {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.card-right-text[b-rg4iqklezg] {
    font-size: 20px;
    color: white;
}

.leftcard-font-size[b-rg4iqklezg] {
    font-size: 24px;
    font-weight: 600;
}

.tagline[b-rg4iqklezg] {
    font-size: 22px;
    color: white;
    opacity: .6;
}

/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section[b-rg4iqklezg] {
    background-color: #8ce0d3;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row[b-rg4iqklezg] {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }

.custom-block[b-rg4iqklezg] {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

    .custom-block:hover[b-rg4iqklezg] {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }

    .custom-block > a[b-rg4iqklezg] {
        width: 100%;
    }

.custom-block-image[b-rg4iqklezg] {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}


.custom-left-image[b-rg4iqklezg] {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: 35px;
}




.custom-block .rounded-pill[b-rg4iqklezg] {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.custom-block-overlay[b-rg4iqklezg] {
    height: 100%;
    min-height: 350px;
    padding: 0;
}

@media screen and (max-width: 991px) {

    .custom-block-overlay[b-rg4iqklezg] {
        height: 100%;
        min-height: 560px;
        padding: 0;
    }
}

.custom-block-overlay > a[b-rg4iqklezg] {
    height: 100%;
}

    .custom-block-overlay .custom-block-image[b-rg4iqklezg] {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 100%;
        margin-top: 0;
    }

.custom-block-overlay-text[b-rg4iqklezg] {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.social-share[b-rg4iqklezg] {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

    .social-share .bi-bookmark[b-rg4iqklezg] {
        color: var(--white-color);
        font-size: var(--h5-font-size);
    }

        .social-share .bi-bookmark:hover[b-rg4iqklezg] {
            color: var(--secondary-color);
        }

.bg-design[b-rg4iqklezg] {
    background-color: #00B0FF;
}

.bg-graphic[b-rg4iqklezg] {
    background-color: #00BFA6;
}

.bg-advertising[b-rg4iqklezg] {
    background-color: #F50057;
}

.bg-finance[b-rg4iqklezg] {
    background-color: #536DFE;
}

.bg-music[b-rg4iqklezg] {
    background-color: #F9A826;
}

.bg-education[b-rg4iqklezg] {
    background-color: #00BFA6;
}

.section-overlay[b-rg4iqklezg] {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

/* Main page */
.intro-padding[b-rg4iqklezg] {
    padding: 30px 0px 0px 0px
}

.cool-paragraph p[b-rg4iqklezg] {
    font-size: 18px;
    /* Add other paragraph styles */
    opacity: 0; /* Set initial opacity to 0 */
}

.fade-in[b-rg4iqklezg] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-active[b-rg4iqklezg] {
    opacity: 1 !important;
}

.emphasis[b-rg4iqklezg] {
    font-weight: bold;
    color: var(--companyLogoYellow);
    font-size: 25px;
}

.font-sizing[b-rg4iqklezg] {
    font-size: 16.7px;
}

.ReviewsImage1[b-rg4iqklezg] {
    box-shadow: /*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ 0 4px 8px 0 rgba(0,0,128, 0.2), 0 6px 20px 0 rgba(0,0,128, 0.19);
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.div-shape-right[b-rg4iqklezg] {
    background-color: aqua;
    height: 180px;
    width: 90px;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 2;
}

/* paralax */
.parallax[b-rg4iqklezg] {
    /* The image used */
    background-image: url("img/abstractsquarebg.jpg");
    min-height: 210px;
    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.5; /* Adjust the value between 0 and 1 for desired transparency */
}

.parallax-text[b-rg4iqklezg] {
    z-index: 2;
    /*left: 200px;*/
    color: #FFFFFF;
    /*position: absolute;*/
    text-align: center;
}

.parallax-sub-text[b-rg4iqklezg] {
    color: #FFFFFF;
    text-align: center;
}

.parallax-overlay[b-rg4iqklezg] {
    position: absolute;
    width: 100%;
    min-height: 210px;
    background-color: rgba(24,149,193, 0.1); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.contact-link[b-rg4iqklezg] {
    color: #000000;
}

.center-heading[b-rg4iqklezg] {
    text-align: center;
    font-family: 'Open Sans';
    padding: 25px 0px 10px 0px;
    color: #000000;
    font-weight: 800;
}

/* Create a container for the text boxes */
.contact-container[b-rg4iqklezg] {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

/* Style the text boxes */
.contact-input[b-rg4iqklezg] {
    margin: 0 10px;
}

.contact-space[b-rg4iqklezg] {
    width: 100px;
}

/*Key Features card*/
.card[b-rg4iqklezg] {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover[b-rg4iqklezg] {
        transform: scale(1.01); /* Adjust the value to control the amount of outward expansion */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); /* Add a shadow effect */
    }

.card-title[b-rg4iqklezg] {
    color: white;
    font-weight: bold;
}

.card-text[b-rg4iqklezg] {
    color: white;
    opacity: 0.8;
}

.card-body[b-rg4iqklezg] {
    padding: 25px 25px 25px 25px;
}

.icon[b-rg4iqklezg] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.icon-smaller[b-rg4iqklezg] {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/*NEW KEY FEATURES CARDS*/

*[b-rg4iqklezg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.sectionstyle[b-rg4iqklezg] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh;
    background: #161623;
}

.keyfeaturecontainer[b-rg4iqklezg] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

    .keyfeaturecontainer .movingcard[b-rg4iqklezg] {
        position: relative;
        width: 280px;
        height: 400px;
        margin: 30px;
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
    }

        .keyfeaturecontainer .movingcard .moving-content[b-rg4iqklezg] {
            padding: 20px;
            text-align: center;
            transform: translateY(-100px);
            opacity: 0;
            transition: 0.5s;
        }

        .keyfeaturecontainer .movingcard:hover .moving-content[b-rg4iqklezg] {
            transform: translateY(0px);
            opacity: 1;
        }

        .keyfeaturecontainer .movingcard .moving-content h2[b-rg4iqklezg] {
            position: absolute;
            top: -80px;
            right: 30px;
            font-size: 8em;
            color: rgba(255, 255, 255, 0.05);
            pointer-events: none;
        }

        .keyfeaturecontainer .movingcard .moving-content h3[b-rg4iqklezg] {
            font-size: 1.8em;
            color: #fff;
            z-index: 1;
        }

        .keyfeaturecontainer .movingcard .moving-content p[b-rg4iqklezg] {
            font-size: 1em;
            color: #fff;
            font-weight: 300;
        }

        .keyfeaturecontainer .movingcard .moving-content a[b-rg4iqklezg] {
            position: relative;
            display: inline-block;
            margin-top: 16px;
            padding: 8px 20px;
            background: #fff;
            color: #000;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 500;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        }

.keyfeatures[b-rg4iqklezg] {
    font-size: 4em;
    margin: 3rem auto;
    color: #fff;
}



@media screen and (max-width: 991px) {
    /* Styles for screens with a maximum width of 991px (typical for mobile devices) */

    .feature-padding[b-rg4iqklezg] {
        margin: 20px 20px;
        text-align: center;
        
    }



}




/*Integration sec*/
.IntegrationImage1[b-rg4iqklezg] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.Integrationvid-reviews[b-rg4iqklezg] {
    width: 70%; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 80px;
}

/*templates and branding section*/
/* Center the container vertically and horizontally */
.shape-container[b-rg4iqklezg] {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    background-color: var(--companyLogoYellow);
}

/*.rectangle {
    position: absolute;
    background-color: rgba(102, 214, 197, 0.3);
    width: 40%;
    height: 60%;
    right: 10%;
    transform: translateX(50%);
    top: 200px;*/ /* Align the rectangle to the top of the container */
/*}

.shape-text {
    z-index: 2;
    padding: 10px 10px 15px 25px;
}

    .shape-text p {
        margin: 0;
        padding: 60px 7px 2px 4px
    }*/

.section-title-templates[b-rg4iqklezg] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title-templates h2[b-rg4iqklezg] {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title-templates h2[b-rg4iqklezg]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title-templates h2[b-rg4iqklezg]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: var(--mainColor);
            bottom: 0;
            left: calc(50% - 20px);
        }

/*Benefits for business sec*/
.benefit-icon[b-rg4iqklezg] {
    float: left;
    color: #5777ba;
    width: 40px;
    height: 40px;
}

.benefit-title[b-rg4iqklezg] {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.benefit-text[b-rg4iqklezg] {
    font-size: 14px;
    color: #979aa1;
    margin-left: 60px;
}

.benefit-padding[b-rg4iqklezg] {
    padding: 10px 5px 15px 20px;
}


.verticallycentered[b-rg4iqklezg] {
    display: inherit;
    align-items: center
}




/* Media query for smaller screens */
@media (max-width: 768px) {
    .Benefits-image[b-rg4iqklezg] {
        max-width: 100%; /* Adjust to the container width for smaller screens */
    }
}

.content[b-rg4iqklezg] {
    margin-right: 25px; /* Add right margin to create spacing */
    padding: 35px 35px 0px 15px;
}

.icon-box[b-rg4iqklezg] {
    margin-top: 25px;
}

section[b-rg4iqklezg] {
    padding: 60px 0;
    overflow: hidden;
}
/* _content/Bizvu website/Pages/TextuallyHCLP.razor.rz.scp.css */
.bod[b-pp17dj5q20] {
    background-color: #141414;
    color: white;
    font-family: Aileron, sans-serif;
}

/*header*/
.header-content[b-pp17dj5q20] {
    display: flex;
    align-items: center;
    width: 80%;
}

.heading-subtext[b-pp17dj5q20] {
    opacity: 0.7;
    line-height: 1.5;
}

.bizvulogo[b-pp17dj5q20] {
    max-width: 13%;
    height: auto;
}

.wordcloud[b-pp17dj5q20] {
    max-width: 40%;
    height: auto;
    padding: 10px 10px 30px 10px
}

.insight[b-pp17dj5q20] {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
}

/*h1 {
    font-size: 24px;
    margin: 90px 0px 15px 0px;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
}
*/
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .font-scaling[b-pp17dj5q20] {
        font-size: 66px;
        text-transform: uppercase;
        line-height: 56px;
        font-weight: 600;
        margin: 90px 0px 15px 0px;
        outline: none !important;
    }

    .headerimg[b-pp17dj5q20] {
        min-height: auto;
        width: 100%;
        padding: 140px;
    }
}

/*If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .font-scaling[b-pp17dj5q20] {
        font-size: 40px;
        text-transform: uppercase;
        line-height: 56px;
        font-weight: 600;
        margin: 90px 0px 15px 0px;
        outline: none !important;
    }

    .headerimg[b-pp17dj5q20] {
        min-height: auto;
        width: 100%;
        padding: 0px;
    }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 767px) {
    .headerimg[b-pp17dj5q20] {
        min-height: auto;
        width: 100%;
        padding: 40px 40px 0px 20px;
    }
}

/*If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 766px) {
    .headerimg[b-pp17dj5q20] {
        min-height: auto;
        width: 100%;
        padding: 0px;
    }
}

p[b-pp17dj5q20] {
    margin: 5px 0;
}

.header-button[b-pp17dj5q20] {
    background-color: var(--companyLogoRed);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 20px 0px 20px 0px;
    font-size: 18px;
}

    .header-button:hover[b-pp17dj5q20] {
        background: var(--companyLogolighterRed);
    }

/*main section*/
.main-sec[b-pp17dj5q20] {
    width: 80%;
    margin: 50px auto;
}

.herotitle h2[b-pp17dj5q20] {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.feature-box[b-pp17dj5q20] {
    text-align: center;
    padding: 20px;
    transition: transform 0.2s; /* Add a hover effect */
}

    .feature-box:hover[b-pp17dj5q20] {
        transform: scale(1.05); /* Scale up on hover */
    }

.icon-circle[b-pp17dj5q20] {
    background-color: #3addd2; /* Replace with your desired background color */
    color: #fff; /* Icon color */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-icon[b-pp17dj5q20] {
    width: 32px;
    height: 32px;
}

/*call to action section*/
section[b-pp17dj5q20] {
    padding: 40px 0;
}

.cta[b-pp17dj5q20] {
    height: 200px;
    position: relative;
}

.cta-align[b-pp17dj5q20] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-text[b-pp17dj5q20] {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.cta-button[b-pp17dj5q20] {
    background-color: var(--companyLogoRed);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 60px 0px 60px 0px;
    font-size: 18px;
}

    .cta-button:hover[b-pp17dj5q20] {
        background: var(--companyLogolighterRed);
    }

/* Footer */

footer[b-pp17dj5q20] {
    text-align: center;
    padding: 20px;
    background-color: #333;
}
/* _content/Bizvu website/Pages/Timeline.razor.rz.scp.css */
*[b-49jbyq87od],
*[b-49jbyq87od]::before,
*[b-49jbyq87od]::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-49jbyq87od] {
    font: normal 16px/1.5 "Helvetica Neue", sans-serif;
    background: #456990;
    color: #fff;
    overflow-x: hidden;
    padding-bottom: 50px;
}





/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul[b-49jbyq87od] {
    /*background: #fff;*/
    padding: 50px 0;
}

    .timeline ul li[b-49jbyq87od] {
        list-style-type: none;
        position: relative;
        width: 6px;
        margin: 0 auto;
        padding-top: 50px;
        background: #f09ca8;
    }

        .timeline ul li[b-49jbyq87od]::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: inherit;
            z-index: 1;
        }

        .timeline ul li div[b-49jbyq87od] {
            position: relative;
            bottom: 0;
            width: 400px;
            padding: 15px;
            background: #dd3a51;
        }

            .timeline ul li div[b-49jbyq87od]::before {
                content: "";
                position: absolute;
                bottom: 7px;
                width: 0;
                height: 0;
                border-style: solid;
            }

        .timeline ul li:nth-child(odd) div[b-49jbyq87od] {
            left: 45px;
        }

            .timeline ul li:nth-child(odd) div[b-49jbyq87od]::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f45b69 transparent transparent;
            }

        .timeline ul li:nth-child(even) div[b-49jbyq87od] {
            left: -439px;
        }

            .timeline ul li:nth-child(even) div[b-49jbyq87od]::before {
                right: -15px;
                border-width: 8px 0 8px 16px;
                border-color: transparent transparent transparent #f45b69;
            }

time[b-49jbyq87od] {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.heading-colorfont[b-49jbyq87od] {
    color: #fff;

}


.colorfont[b-49jbyq87od] {
    color: #fff;
    opacity: 0.8;
}






/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li[b-49jbyq87od]::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view[b-49jbyq87od]::after {
    background: #dd3a51;
}

.timeline ul li div[b-49jbyq87od] {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div[b-49jbyq87od] {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div[b-49jbyq87od] {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div[b-49jbyq87od] {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div[b-49jbyq87od] {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div[b-49jbyq87od] {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li[b-49jbyq87od] {
        margin-left: 20px;
    }

        .timeline ul li div[b-49jbyq87od] {
            width: calc(100vw - 91px);
        }

        .timeline ul li:nth-child(even) div[b-49jbyq87od] {
            left: 45px;
        }

            .timeline ul li:nth-child(even) div[b-49jbyq87od]::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f45b69 transparent transparent;
            }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li[b-49jbyq87od]::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li[b-49jbyq87od]::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div[b-49jbyq87od]::before {
    bottom: 12px;
}

.timeline-star ul li[b-49jbyq87od]::after {
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
}

.timeline-heptagon ul li[b-49jbyq87od]::after {
    clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
}

.timeline-infinite ul li[b-49jbyq87od]::after {
    animation: scaleAnimation-b-49jbyq87od 2s infinite;
}

@keyframes scaleAnimation-b-49jbyq87od {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}


/* _content/Bizvu website/Shared/BlankTemplate.razor.rz.scp.css */
/* _content/Bizvu website/Shared/MainLayout.razor.rz.scp.css */
.page[b-y0qidyvi6w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y0qidyvi6w] {
    flex: 1;
}

.sidebar[b-y0qidyvi6w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y0qidyvi6w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y0qidyvi6w]  a, .top-row .btn-link[b-y0qidyvi6w] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-y0qidyvi6w] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y0qidyvi6w] {
        display: none;
    }

    .top-row.auth[b-y0qidyvi6w] {
        justify-content: space-between;
    }

    .top-row a[b-y0qidyvi6w], .top-row .btn-link[b-y0qidyvi6w] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y0qidyvi6w] {
        flex-direction: row;
    }

    .sidebar[b-y0qidyvi6w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y0qidyvi6w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-y0qidyvi6w], article[b-y0qidyvi6w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



















/* _content/Bizvu website/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ereipkgamd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ereipkgamd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ereipkgamd] {
    font-size: 1.1rem;
}

.oi[b-ereipkgamd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ereipkgamd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ereipkgamd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ereipkgamd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ereipkgamd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ereipkgamd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ereipkgamd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ereipkgamd] {
        display: none;
    }

    .collapse[b-ereipkgamd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ereipkgamd] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
